home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / shell / axsh_1_3_demo.lha / InstallDisk.lha / man / more.man < prev    next >
Text File  |  1993-01-15  |  1KB  |  63 lines

  1.  
  2.  
  3.  
  4. MORE            USER COMMANDS               09-Jul-91
  5.  
  6.  
  7.  
  8. NAME
  9.     more - page through a text file
  10.  
  11. SYNOPSIS
  12.     more filename [filename] ..
  13.  
  14. DESCRIPTION
  15.     More is a filter that displays the contents of a  text  file
  16.     on  the  terminal , one screenful at a time. It pauses after
  17.     each  screenful ,  and  prints --More-- at the bottom of the
  18.     screen.
  19.  
  20.     More scrolls up to display one more line in  response  to  a
  21.     RETURN  character; it displays another screenful in response
  22.     to a SPACE character.  Other commands are listed below.
  23.  
  24.     more sets the terminal to noecho mode, so  that  the  output
  25.     can  be  continuous.  Commands that you type do not normally
  26.     show up on your terminal.
  27.  
  28.     If the standard output is  not a terminal,  more  acts  just
  29.     like cat,except that a header is printed before each file in
  30.     a series.
  31.  
  32. USAGE
  33.     The commands take effect immediately;  it is  not  necessary
  34.     to  type a carriage return.
  35.  
  36.     SPACE    Display another screenful on text.
  37.  
  38.     RETURN    Display another line.
  39.  
  40.     d    Print a half page more text.
  41.  
  42.     f    Skip a screenful and then print a screenful.
  43.  
  44.     q    Exit from more.
  45.  
  46.     /patt    Search for a pattern. Display the screenful starting
  47.         before the line that contains the pattern.
  48.  
  49.     n    Search for the last  pattern entered.
  50.  
  51.  
  52. FILES
  53.     AXsh:bin/more
  54.  
  55. SEE ALSO
  56.     cat
  57.  
  58. BUGS
  59.     None?
  60. AUTHOR
  61.     Pasi 'Albert' Ojala, E-mail: po87553@cs.tut.fi 
  62.  
  63.